'Declaration<DispIdAttribute(270)> Function GetPageImageCoordinates( _ ByVal ImageIdx As Integer, _ ByRef x0 As Single, _ ByRef y0 As Single, _ ByRef x1 As Single, _ ByRef y1 As Single, _ ByRef x2 As Single, _ ByRef y2 As Single _ ) As GdPictureStatus
[DispId(270)] GdPictureStatus GetPageImageCoordinates( int ImageIdx, ref float x0, ref float y0, ref float x1, ref float y1, ref float x2, ref float y2 )
function GetPageImageCoordinates(
ImageIdx: Integer;
var x0: Single;
var y0: Single;
var x1: Single;
var y1: Single;
var x2: Single;
var y2: Single
): GdPictureStatus;
DispIdAttribute(270) function GetPageImageCoordinates( ImageIdx : int, x0 : float, y0 : float, x1 : float, y1 : float, x2 : float, y2 : float ) : GdPictureStatus;
Parameters
- ImageIdx
- x0
- y0
- x1
- y1
- x2
- y2